home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / whocrashed / whocrashedSetup.exe / {app} / WhoCrashedEx.exe / 0 / RCDATA / TDUMPDETAILSFORM / TDUMPDETAILSFORM.txt
Text File  |  2012-11-05  |  4KB  |  154 lines

  1. object DumpDetailsForm: TDumpDetailsForm
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Crash Dump Details'
  5.   ClientHeight = 484
  6.   ClientWidth = 742
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControlDumpDetails: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 742
  22.     Height = 455
  23.     ActivePage = tabSheetCrashDump
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object tabSheetCrashDump: TTabSheet
  27.       BorderWidth = 4
  28.       Caption = '&Crash dump'
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -11
  32.       Font.Name = 'TMTMemo'
  33.       Font.Style = []
  34.       ParentFont = False
  35.       object browserDetails: TWebBrowser
  36.         Left = 0
  37.         Top = 0
  38.         Width = 726
  39.         Height = 419
  40.         Align = alClient
  41.         TabOrder = 0
  42.         ExplicitWidth = 906
  43.         ExplicitHeight = 459
  44.         ControlData = {
  45.           4C000000094B00004E2B00000000000000000000000000000000000000000000
  46.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  47.           2B2E126202000000000000004C0000000114020000000000C000000000000046
  48.           8000000000000000000000000000000000000000000000000000000000000000
  49.           00000000000000000100000000000000000000000000000000000000}
  50.       end
  51.     end
  52.     object tabSheetKernelStack: TTabSheet
  53.       BorderWidth = 4
  54.       Caption = '&Kernel Stack'
  55.       ImageIndex = 2
  56.       object MemoStack: TMemo
  57.         Left = 0
  58.         Top = 0
  59.         Width = 726
  60.         Height = 419
  61.         Align = alClient
  62.         Font.Charset = DEFAULT_CHARSET
  63.         Font.Color = clWindowText
  64.         Font.Height = -16
  65.         Font.Name = 'Courier New'
  66.         Font.Style = []
  67.         ParentFont = False
  68.         ReadOnly = True
  69.         ScrollBars = ssVertical
  70.         TabOrder = 0
  71.       end
  72.     end
  73.     object TabSheetLoadedModules: TTabSheet
  74.       BorderWidth = 4
  75.       Caption = '&Loaded Modules'
  76.       ImageIndex = 2
  77.       object listViewLoadedModules: TListView
  78.         Left = 0
  79.         Top = 0
  80.         Width = 726
  81.         Height = 337
  82.         Align = alClient
  83.         Columns = <>
  84.         DoubleBuffered = True
  85.         MultiSelect = True
  86.         OwnerData = True
  87.         ReadOnly = True
  88.         RowSelect = True
  89.         ParentDoubleBuffered = False
  90.         TabOrder = 0
  91.         ViewStyle = vsReport
  92.       end
  93.     end
  94.   end
  95.   object Panel1: TPanel
  96.     Left = 0
  97.     Top = 455
  98.     Width = 742
  99.     Height = 29
  100.     Align = alBottom
  101.     TabOrder = 1
  102.     OnDblClick = Panel1DblClick
  103.     object ButtonOK: TBitBtn
  104.       Left = 4
  105.       Top = 2
  106.       Width = 79
  107.       Height = 25
  108.       Hint = 'Start protecting files'
  109.       Caption = 'OK'
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'Arial'
  114.       Font.Style = [fsBold]
  115.       NumGlyphs = 2
  116.       ParentFont = False
  117.       Style = bsNew
  118.       TabOrder = 0
  119.       OnClick = ButtonOKClick
  120.     end
  121.     object buttonHelp: TButton
  122.       Left = 89
  123.       Top = 2
  124.       Width = 81
  125.       Height = 25
  126.       Caption = '&Help'
  127.       ImageAlignment = iaRight
  128.       ImageIndex = 9
  129.       ImageMargins.Right = 10
  130.       Images = MainForm.ImageListMenu
  131.       ModalResult = 9
  132.       TabOrder = 1
  133.       OnClick = buttonHelpClick
  134.     end
  135.   end
  136.   object dataViewLoadedModules: TRspDbView
  137.     ListView = listViewLoadedModules
  138.     Data = dataLoadedModules
  139.     AutoColumns = True
  140.     Running = False
  141.     ShowFilterPopupMenu = True
  142.     FilterAlign = alBottom
  143.     ShowIncludePanel = False
  144.     ShowExcludePanel = False
  145.     Left = 428
  146.     Top = 264
  147.   end
  148.   object dataLoadedModules: TRspDb
  149.     Interlocked = True
  150.     Left = 380
  151.     Top = 296
  152.   end
  153. end
  154.